home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilcli / reqch.lha / ReqCh / ReqCh.Script < prev    next >
Text File  |  1996-10-26  |  793b  |  35 lines

  1.  
  2. RequestChoice >NIL: TITLE "CleanUp Assembler Session" BODY "What kind of files you want to delete ?*n   Don't be angry it's only a demo !" GADGETS "#?.opts.info" "#?.bak" "Both" "None Thanks"
  3.  
  4. IF VAL $ReqChGG EQ 1            ;check for the selected gadget
  5.  
  6. echo "you have select button"$ReqChGG
  7. echo "deleting all #?.opts.info"
  8. echo "don't be angry. it's only a demo!!!"
  9.  
  10. ENDIF
  11.  
  12. IF VAL $ReqChGG EQ 2
  13.  
  14. echo "you have select button"$ReqChGG
  15. echo "deleting all #?.bak"
  16. echo "don't be angry. it's only a demo!!!"
  17.  
  18. ENDIF
  19.  
  20. IF VAL $ReqChGG EQ 3
  21.  
  22. echo "you have select button"$ReqChGG
  23. echo "deleting all #?.opts.info and #?.bak"
  24. echo "don't be angry. it's only a demo!!!"
  25.  
  26. ENDIF
  27.  
  28. IF VAL $ReqChGG EQ 0
  29.  
  30. echo "nothing select *ndemo.script aborted!!!"
  31.  
  32. ENDIF
  33.  
  34. UnSet ReqChGG            ;remove local variable from system.
  35.